projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f405aff
)
(FRAME_TERMCAP_P) [WINDOWSNT && !HAVE_NTGUI]:
author
Richard M. Stallman
<rms@gnu.org>
Fri, 26 Apr 1996 19:56:17 +0000
(19:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 26 Apr 1996 19:56:17 +0000
(19:56 +0000)
Remove conditional for HAVE_NTGUI.
src/term.c
patch
|
blob
|
history
diff --git
a/src/term.c
b/src/term.c
index b81941aa5859b829e92c189eba534e6db2617488..0a58c4b8dcd2f8f7ff66a91e039a0c31cdbb823c 100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-298,7
+298,6
@@
extern char *tgetstr ();
\f
#ifdef WINDOWSNT
-#ifndef HAVE_NTGUI
/* We aren't X windows, but we aren't termcap either. This makes me
uncertain as to what value to use for frame.output_method. For
this file, we'll define FRAME_TERMCAP_P to be zero so that our
@@
-307,7
+306,6
@@
extern char *tgetstr ();
#undef FRAME_TERMCAP_P
#define FRAME_TERMCAP_P(_f_) 0
-#endif /* not HAVE_NTGUI */
#endif /* WINDOWSNT */
ring_bell ()